home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / hce.lha / HCE / include / clib / setjmp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-02  |  141 b   |  5 lines

  1. /* this structure is needed for the setjmp() and longjmp() functions */
  2.  
  3. typedef    unsigned long    jmp_buf[13];    /* a7, a6, (a7), d2-d7/a2-a5 */
  4.  
  5.